home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / snack-attack.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  116 b   |  11 lines

  1. on(release){
  2.    if(eval("/:won"))
  3.    {
  4.       gotoAndStop(10);
  5.    }
  6.    else
  7.    {
  8.       nextFrame();
  9.    }
  10. }
  11.